home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / cvsversion.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  2.1 KB  |  73 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - CVS - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">CVS</h1>
  16. <br />
  17. MyServer is in continuos development so, if you want to have 
  18. the latest files you should use the cvs system. The files
  19. available in the CVS repository often have more functionality than the
  20. files that are available for download. However, the files are
  21. released to the general public after testing of the new features
  22. implemented, released files are more stable than the files available
  23. in the CVS repository, we suggest you to use only official releases in production environments.
  24.  
  25. <br />
  26. <h2 class="title">Download CVS client</h2>
  27. If you don't have the CVS client
  28. visit: <a href="http://www.cvshome.org" target="_blank">www.cvshome.org</a>.
  29.  
  30. <br />
  31. <h2 class="title">Anonymous login</h2>
  32. To get the latest source available use
  33. the CVS client from the command line:
  34.  
  35. <p>1. Login:</p>
  36. <div> </div>
  37. <span class="code">cvs
  38. -d:pserver:anonymous@cvs.myserverweb.sourceforge.net:/cvsroot/myserverweb
  39. login</span>
  40. <div> </div>
  41. <p >2.  The first time that you copy the CVS contents type:</p>
  42. <p class="code">cvs
  43. -d:pserver:anonymous@cvs.myserverweb.sourceforge.net:/cvsroot/myserverweb
  44. copy myserverweb</p>
  45.  
  46. <p>3. If you want to
  47. update your files type:</p>
  48. <span class="code">cvs
  49. -d:pserver:anonymous@cvs.myserverweb.sourceforge.net:/cvsroot/myserverweb
  50. update myserverweb</span>
  51.  
  52. <br />
  53. <br />
  54.  
  55. <p>There are CVS clients available to
  56. dowload for the Windows operating system. One such client is <a
  57.  href="http://www.tortoisecvs.org/" target="_blank">Tortoise CVS.</a></p>
  58.  
  59.  
  60.  
  61. </td>
  62. </tr>
  63. </table>
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. </body>
  72. </html>
  73.